Skip to main content
Glama

Edit-MCP

build.rs489 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. fn main() { #[cfg(windows)] if std::env::var("CARGO_CFG_TARGET_OS").unwrap_or_default() == "windows" { winresource::WindowsResource::new() .set_manifest_file("src/bin/edit/edit.exe.manifest") .set("FileDescription", "Microsoft Edit") .set("LegalCopyright", "© Microsoft Corporation. All rights reserved.") .compile() .unwrap(); } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mixelpixx/microsoft-edit-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server